home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Windows MFC / MFC generated / CTestDialog2.h < prev    next >
Encoding:
Text File  |  1996-01-01  |  608 b   |  28 lines  |  [TEXT/CWIE]

  1. // CTestDialog2.h -- dialog class
  2. // Created 01/01/95 12:01 PM by AppMaker
  3.  
  4. class CTestDialog2 : public CDialog
  5. {
  6. // Construction
  7. public:
  8.     CTestDialog2(CWnd* pParent = NULL);    // standard constructor
  9.  
  10. // Dialog Data
  11.     //{{AFX_DATA(CTestDialog2)
  12.     enum { IDD = IDD_TestDialog2 };
  13.         // NOTE: the ClassExpress will add data members here
  14.     //}}AFX_DATA
  15.  
  16. // Implementation
  17. protected:
  18.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  19.  
  20.     // Generated message map functions
  21.     //{{AFX_MSG(CTestDialog2)
  22.         // NOTE: the ClassExpress will add member functions here
  23.     //}}AFX_MSG
  24.     DECLARE_MESSAGE_MAP()
  25. };
  26.  
  27.  
  28.